Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Web.Services Namespace > ServiceStreamer<TStreamedData,TServiceState> Class : UpdateUI Method |
protected abstract void UpdateUI( int currentStreamNumber, TServiceState state, TStreamedData streamedData )
'Declaration Protected MustOverride Sub UpdateUI( _ ByVal currentStreamNumber As Integer, _ ByVal state As TServiceState, _ ByVal streamedData As TStreamedData _ )
'Usage Dim instance As ServiceStreamer(Of TStreamedData,TServiceState) Dim currentStreamNumber As Integer Dim state As TServiceState Dim streamedData As TStreamedData instance.UpdateUI(currentStreamNumber, state, streamedData)
protected: abstract void UpdateUI( int currentStreamNumber, TServiceState^ state, TStreamedData^ streamedData )
Use this method to update the user interface with the information streamed from the web service.